/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: ;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
/*a:link,a:active,a:visited { color : ; }*/
/*a:hover		{ text-decoration: underline; color : ; }*/
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* FORUMS */
/* Forum title: Text and link to the forums used in: index.my */
.forumlink { font-weight : bold; font-size : 12px; /*color : #006699;*/ color: rgb(0, 102, 153);
 }
a.forumlink { text-decoration : none; /*color : #006699;*/ color: rgb(0, 102, 153); }
a.forumlink:hover { text-decoration : underline; /*color : #006699;*/ color: rgb(0, 102, 153); }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight : bold; font-size : 11px; color : #FFF; }
a.nav { text-decoration : none; font-size: 13px; /* color : #006699; */ color : #FFF; }
a.nav:hover { text-decoration : underline; color : #FFF; }
a.nav:visited { text-decoration : none; color : #FFF; }
/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight : bold; font-size : 13px; color : #000; }
a.topictitle:link { text-decoration : none; color : #006699; }
a.topictitle:visited { text-decoration : none; color : #5493b4; }
a.topictitle:hover {text-decoration : underline; color : #dd6900; }
/* Mouse Hover Topic BOXOVER */
.boxhdr1 { padding:5px; font-weight:bold; border:0px none #000; background:#000; color:#fff; width:400px; }
.boxbdy1 { padding:5px; border:0px none #000; background:#fff; color:#000; width:400px; }
/* This is the border line &amp; background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 0px #ffffff solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background: #EFEFEF; }
td.row2	{ background: #DEE3E7; }
td.row3	{ background: #D1D7DC; }
td.row4	{ background: #ffdc7c; }
/*.row4:hover { background: #4ABFA5; color: #fff; }
.row4:hover a:link,.row4:hover a:visited,.row4:hover a:active,.row4:hover a:hover { color: #fff; }
*/
td.row5	{ background: #fff7cc; }


td.row1bubb { background:url(http://my.aegean.gr/web/themes/ioap08/forums/images/bubble-saytopic.gif) no-repeat top right #EFEFEF; }
td.row2bubb { background:url(http://my.aegean.gr/web/themes/ioap08/forums/images/bubble-saytopic.gif) no-repeat top right #DEE3E7; }


/*
  This is for the table cell above the Topics, Post &amp; Last posts on the index.my page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(http://my.aegean.gr/web/themes/ioap08/forums/images/cellpic2-n.gif);
		background-repeat: no-repeat;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	/* color: #FFA34F; */
	color: #FFF;
	font-size: 11px; font-weight : bold;
	height: 25px;
	background-color:#03699C;	
	/*
		background-image: url(http://my.aegean.gr/web/themes/ioap08/forums/images/cellpic3.gif); 
	*/	
    /* background: url(http://my.aegean.gr/web/themes/ioap08/forums/images/bg_cat.gif) left center; */
	/* background: url(http://my.aegean.gr/web/themes/ioap08/forums/images/cellpic3-xm.gif) left top;
	background: url(http://my.aegean.gr/web/themes/ioap08/forums/images/bg_header.gif) repeat-x; */
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			/* background-image: url(http://my.aegean.gr/web/themes/ioap08/forums/images/cellpic1-n.gif);
			background-repeat: repeat-x;
			 background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px; */
            border-bottom-width: 2px;
        	border-bottom-style: solid;
	        border-bottom-color: #e74c3c; /* #FF6633 */
            background: #e67e22; /* #FF9933  url(http://my.aegean.gr/web/images/bg_button-orng.jpg) repeat-x */;

}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; /* border: #FFFFFF;  border-style: none; */ height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; /* border: #FFFFFF;  border-style: none; */
}


th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
/*
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }
*/

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	/* font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; font-size: 22px; font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; *//* color : ;*/
	color: #000; font-weight: bold; font-size: 22px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; letter-spacing: 2pt;

}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall, .gensmall a:link { font-size : 10px; line-height: 110%; color: #4e4e4e; }
.genbigg { font-size : 14px; }
.gen,.genmed,.gensmall,.genbigg { color : ; }
a.gen,a.genmed,a.gensmall,a.genbigg { color: ; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover,a.genbigg:hover	{ color: ; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color :  }
a.mainmenu		{ text-decoration: none; color : ;  }
a.mainmenu:hover{ text-decoration: underline; color : ; }

/* Forum category titles */
.cattitle		{
	/* background : url(images/ppl.gif) no-repeat;
	background-position : -8px -5px;
	padding-left : 15px; */
	font-weight: bold; font-size: 18px ; letter-spacing: 2px; color : #FFF /* font-size: 12px */
}
a.cattitle		{ text-decoration: none; color : #FFF ; }
a.cattitle:hover	{ text-decoration: underline; }
a.cattitle:visited	{ text-decoration: none; }

/* Forum title: Text and link to the forums used in: index.my */
.forumlink		{ font-weight: bold; font-size: 12px; }
a.forumlink 	{ text-decoration: none; font-size: 12px; }
a.forumlink:hover{ text-decoration: underline; font-size: 12px;  }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #FFF ;}
a.nav			{ text-decoration: none; font-size: 13px; color : #FFF ; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : ; }
a.topictitle:link   { text-decoration: none; }
a.topictitle:visited { text-decoration: none; }
a.topictitle:hover	{ text-decoration: underline; }

/* Name of poster in viewmsg.my and viewtopic.my and other places */
.name			{ font-size : 11px; color : ;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; }
.postdetailsINDX		{ font-size : 10px; color:#4e4e4e; margin-right: 2px;display: block; text-align: right;line-height: 140%; }
.postdetailsINDX img	{ vertical-align: middle; border:0; margin: 4px 2px 4px 4px; display: inline-block; }

/* The content of the posts (body of text)
.postbody { font-size : 12px; line-height: 18px; width: 100%; overflow: auto; }

a.postlink:link	{ text-decoration: none; color :  }
a.postlink:visited { text-decoration: none; color : ; }
a.postlink:hover { text-decoration: underline; color : }
*/


#postbody { 
 font-size : 13px; line-height: 19px;
	width : 100%; 
	/* width : 99.8%; 
	overflow: auto; */
 	padding-right: 16px; /* for the benefit of macIE5 only */ 
 }
/* \ commented backslash hack - recover from macIE5 workarounds, it will ignore the following rule */
#postbody { padding-right: 0; }

#postbody .smilie {
display: inline-block;
vertical-align: top;
margin-bottom: -4px;
}

#postbody {
display: table-cell;
/*
white-space: pre-wrap;     
white-space: -moz-pre-wrap; 
white-space: -pre-wrap;    
white-space: -o-pre-wrap;    
*/
word-wrap: break-word; 	
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}

/* Quote &amp; Code blocks */

.codenw { 
	-moz-border-bottom-colors: none;     -moz-border-left-colors: none;     -moz-border-right-colors: none;     -moz-border-top-colors: none;     background: url(http://my.aegean.gr/web/images/my/pre.png) repeat scroll 0 -13px / 1px 56px rgba(255, 255, 255, 0.9);     border-color: #F5D995;     border-image: none;     border-style: solid;     border-width: 1px 1px 1px 8px;     color: #3F3B36;     font: lighter 15px/28px Monaco,'MonacoRegular',Courier,'Courier New',sans-serif,monospace;     margin: 18px 0;     overflow: auto;     padding: 14px 10px 14px 6px;
}
.code {
/*	background-color: #CFCFCF, #FFF;
	background-image: linear-gradient(rgba(255, 255, 255, 0.6) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
	border: 1px solid #CCCCCC;
	font-size: 1em;
	font-family: Courier, 'Courier New', sans-serif;
	color: #291345;
*/
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background: url(http://my.aegean.gr/web/images/code-bg.gif) #FAFAFA; border: #D1D7DC; border-style: dashed;
	width: 100%; overflow: auto;
	border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px;
/*	border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px;*/
}

.quote {

	padding: 10px 16px 18px 10px;
	margin: 0 0 0 0;
	/* margin: 0 0 0 25px;
	background-color: #FAFAFA; */
	background: url(http://my.aegean.gr/web/images/quoteleftm.png) no-repeat -2px -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 155%;
	/*background-color: #FFF; border: #ffb44a; border-style: solid;*/
    background-color: #FFF; border-left: #D1D7DC solid 3px; border-top: #D1D7DC solid 1px; border-right: #D1D7DC solid 1px; border-bottom: #D1D7DC solid 1px;
	width: 100%; overflow: auto;
	/*border-left-width: 2px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px;
	border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px;  */
	
	/*padding: 10px 6px 8px 16px;
	margin: 0 0 0 0;*/
	/* margin: 0 0 0 25px;
	background-color: #FAFAFA; */
	/*background: url(http://my.aegean.gr/web/images/quotes.gif) no-repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;*/
	/*background-color: #FFF; border: #ffb44a; border-style: solid;*/
    /*background-color: #FFF; border: #D1D7DC; border-style: dashed;
	background-color: #FFF; border: #DFDFDF; border-style: dashed;
	width: 100%; overflow: auto;
    border-width: 1px;*/
	/*border-left-width: 2px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px;
	border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px;  */
}

/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#999999; /*color: #444444;*/ letter-spacing: -1px;}
a.copyright		{ font-size: 9px; ;color:#999999; /*color: #444444;*/ text-decoration: none;}
a.copyright:hover { font-size: 9px; color:#999999; /*color: #444444;*/ text-decoration: underline;}



/*
FORM
ELEMENTS
*/

input.post, textarea.post {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
    /*	color : #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;*/
}

/* The text input fields background colour */
/*textarea.post {
	background-color : #FFFFFF;
    background-color: #FAFAFA;
} */

/* The buttons used for bbCode styling in message post */
input.button {
	/*background-color : #EFEFEF;*/
    background: transparent url(/web/images/bg_button.jpg) repeat-x scroll left bottom;
    height: 18px;
    /* */
    padding-bottom: 2px;
    color: rgb(68, 68, 68);
	/*color : ; */
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/* @import url("http://my.aegean.gr/web/themes/ioap08/forums/formIE.css"); */

/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
/* End Simple Subforums MOD */

.paginationav { display:block; margin: 8px 0px 2px 0px; font-size: 11px; }
.paginationav a:link, .paginationav a:visited { background-color: #fff9cc; color: #003399;	border: 1px solid #F1C673; padding: 6px; text-decoration: none;	font-size: 9px; margin: 4px; }
.paginationav a:hover, .paginationav active { color: #CCCCFF; border: 1px solid #003399; background-color: #003399; padding: 6px; margin: 4px; }

/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
/* End Simple Subforums MOD */
/* Fancy form styles for IE */

input, textarea, select {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

input { text-indent : 2px; }

input.button {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

.postbody { line-height: 18px}
.ForumPanel{border:none;margin:2px;padding:0;}
.ForumPanelTab{font:bold .7em Trebuchet, Verdana, Arial, Helvetica, sans-serif; background: #e67e22; /* #F93 url(/web/images/bg_button-orng.jpg) repeat-x scroll*/;border-bottom:solid 2px #e74c3c/*#F63*/;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;margin:0;padding:2px;}
.ForumPanelContent{margin:0;padding:0;}
.ForumPanelContent p{margin:3px;}
.ForumPanelTab a{color:#000;text-decoration:none;}
/* .ForumPanelOpen .ForumPanelTab{background:url(/web/images/bg_button-orng.jpg) #F93 repeat-x scroll;} */
.ForumPanelOpen .ForumPanelTab,.ForumPanelTabHover,.ForumPanelOpen .ForumPanelTabHover{background: #e67e22; /*#F93;*/}
.ForumPanelFocused .ForumPanelTab{background-color: #e67e22; /*#F93;*/}